const self = Symbol('self'); Object.defineProperty(Object.prototype, self, { enumerable: false, get() { "use strict"; return this; } });